home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Internet & Communication / Cyberduck 2.5.5 (freeware).dmg / Cyberduck.app / Contents / Resources / Cyberduck.scriptSuite < prev    next >
Extensible Markup Language  |  2006-03-03  |  11KB  |  453 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4.     <dict>
  5.         <key>Name</key>
  6.         <string>Cyberduck</string>
  7.         <key>AppleEventCode</key>
  8.         <string>CYCK</string>
  9.         <key>UsedFeatures</key>
  10.         <array>
  11.             <string>UnnamedArguments</string>
  12.         </array>
  13.         <key>Classes</key>
  14.         <dict>
  15.             <key>NSApplication</key>
  16.             <dict>
  17.                 <key>AppleEventCode</key>
  18.                 <string>capp</string>
  19.                 <key>Superclass</key>
  20.                 <string>NSCoreSuite.NSApplication</string>
  21.                 <key>ToManyRelationships</key>
  22.                 <dict>
  23.                     <key>orderedBrowsers</key>
  24.                     <dict>
  25.                         <key>AppleEventCode</key>
  26.                         <string>docu</string>
  27.                         <key>Type</key>
  28.                         <string>ch.cyberduck.ui.cocoa.CDBrowserController</string>
  29.                     </dict>
  30.                 </dict>
  31.                 <key>ToOneRelationships</key>
  32.                 <dict/>
  33.             </dict>
  34.             <key>ch.cyberduck.ui.cocoa.CDBrowserController</key>
  35.             <dict>
  36.                 <key>AppleEventCode</key>
  37.                 <string>docu</string>
  38.                 <key>Superclass</key>
  39.                 <string>NSCoreSuite.NSDocument</string>
  40.                 <key>Attributes</key>
  41.                 <dict>
  42.                     <key>WorkingDirectory</key>
  43.                     <dict>
  44.                         <key>AppleEventCode</key>
  45.                         <string>work</string>
  46.                         <key>ReadOnly</key>
  47.                         <string>Yes</string>
  48.                         <key>Type</key>
  49.                         <string>NSString</string>
  50.                     </dict>
  51.                     <key>Encoding</key>
  52.                     <dict>
  53.                         <key>AppleEventCode</key>
  54.                         <string>enco</string>
  55.                         <key>ReadOnly</key>
  56.                         <string>No</string>
  57.                         <key>Type</key>
  58.                         <string>NSString</string>
  59.                     </dict>
  60.                     <key>ShowHiddenFiles</key>
  61.                     <dict>
  62.                         <key>AppleEventCode</key>
  63.                         <string>hidd</string>
  64.                         <key>ReadOnly</key>
  65.                         <string>No</string>
  66.                         <key>Type</key>
  67.                         <string>NSNumber<Bool></string>
  68.                     </dict>
  69.                 </dict>
  70.                 <key>SupportedCommands</key>
  71.                 <dict>
  72.                     <key>Connect</key>
  73.                     <string>handleMountScriptCommand:</string>
  74.                     <key>Disconnect</key>
  75.                     <string>handleDisconnectScriptCommand:</string>
  76.                     <key>Refresh</key>
  77.                     <string>handleRefreshScriptCommand:</string>
  78.                     <key>List</key>
  79.                     <string>handleListScriptCommand:</string>
  80.                     <key>Goto</key>
  81.                     <string>handleGotoScriptCommand:</string>
  82.                     <key>CreateFolder</key>
  83.                     <string>handleCreateFolderScriptCommand:</string>
  84.                     <key>CreateFile</key>
  85.                     <string>handleCreateFileScriptCommand:</string>
  86.                     <key>EditFile</key>
  87.                     <string>handleEditScriptCommand:</string>
  88.                     <key>DeleteFile</key>
  89.                     <string>handleDeleteScriptCommand:</string>
  90.                     <key>Sync</key>
  91.                     <string>handleSyncScriptCommand:</string>
  92.                     <key>Exists</key>
  93.                     <string>handleExistsScriptCommand:</string>
  94.                     <key>Download</key>
  95.                     <string>handleDownloadScriptCommand:</string>
  96.                     <key>Upload</key>
  97.                     <string>handleUploadScriptCommand:</string>
  98.                 </dict>
  99.             </dict>
  100.         </dict>
  101.         <key>Commands</key>
  102.         <dict>
  103.             <key>Create</key>
  104.             <dict>
  105.                 <key>AppleEventClassCode</key>
  106.                 <string>core</string>
  107.                 <key>AppleEventCode</key>
  108.                 <string>crel</string>
  109.                 <key>CommandClass</key>
  110.                 <string>ch.cyberduck.ui.cocoa.CDApplescriptabilityController</string>
  111.             </dict>
  112.             <key>Connect</key>
  113.             <dict>
  114.                 <key>AppleEventCode</key>
  115.                 <string>CoCt</string>
  116.                 <key>CommandClass</key>
  117.                 <string>NSScriptCommand</string>
  118.                 <key>Arguments</key>
  119.                 <dict>
  120.                     <key>Host</key>
  121.                     <dict>
  122.                         <key>AppleEventCode</key>
  123.                         <string>HoSt</string>
  124.                         <key>Optional</key>
  125.                         <string>No</string>
  126.                         <key>Type</key>
  127.                         <string>NSString</string>
  128.                     </dict>
  129.                     <key>Protocol</key>
  130.                     <dict>
  131.                         <key>AppleEventCode</key>
  132.                         <string>PrCl</string>
  133.                         <key>Optional</key>
  134.                         <string>Yes</string>
  135.                         <key>Type</key>
  136.                         <string>NSNumber<Protocols></string>
  137.                     </dict>
  138.                     <key>Port</key>
  139.                     <dict>
  140.                         <key>AppleEventCode</key>
  141.                         <string>PoRt</string>
  142.                         <key>Optional</key>
  143.                         <string>Yes</string>
  144.                         <key>Type</key>
  145.                         <string>NSString</string>
  146.                     </dict>
  147.                     <key>InitialPath</key>
  148.                     <dict>
  149.                         <key>AppleEventCode</key>
  150.                         <string>PaTh</string>
  151.                         <key>Optional</key>
  152.                         <string>Yes</string>
  153.                         <key>Type</key>
  154.                         <string>NSString</string>
  155.                     </dict>
  156.                     <key>Username</key>
  157.                     <dict>
  158.                         <key>AppleEventCode</key>
  159.                         <string>UsMe</string>
  160.                         <key>Optional</key>
  161.                         <string>Yes</string>
  162.                         <key>Type</key>
  163.                         <string>NSString</string>
  164.                     </dict>
  165.                     <key>Password</key>
  166.                     <dict>
  167.                         <key>AppleEventCode</key>
  168.                         <string>PaRd</string>
  169.                         <key>Optional</key>
  170.                         <string>Yes</string>
  171.                         <key>Type</key>
  172.                         <string>NSString</string>
  173.                     </dict>
  174.                 </dict>
  175.             </dict>
  176.             <key>Disconnect</key>
  177.             <dict>
  178.                 <key>AppleEventCode</key>
  179.                 <string>DiCt</string>
  180.                 <key>CommandClass</key>
  181.                 <string>NSScriptCommand</string>
  182.             </dict>
  183.             <key>CreateFolder</key>
  184.             <dict>
  185.                 <key>AppleEventCode</key>
  186.                 <string>FoLd</string>
  187.                 <key>CommandClass</key>
  188.                 <string>NSScriptCommand</string>
  189.                 <key>Arguments</key>
  190.                 <dict>
  191.                     <key>Path</key>
  192.                     <dict>
  193.                         <key>AppleEventCode</key>
  194.                         <string>PaTh</string>
  195.                         <key>Type</key>
  196.                         <string>NSString</string>
  197.                     </dict>
  198.                 </dict>
  199.             </dict>
  200.             <key>CreateFile</key>
  201.             <dict>
  202.                 <key>AppleEventCode</key>
  203.                 <string>FiLe</string>
  204.                 <key>CommandClass</key>
  205.                 <string>NSScriptCommand</string>
  206.                 <key>Arguments</key>
  207.                 <dict>
  208.                     <key>Path</key>
  209.                     <dict>
  210.                         <key>AppleEventCode</key>
  211.                         <string>PaTh</string>
  212.                         <key>Type</key>
  213.                         <string>NSString</string>
  214.                     </dict>
  215.                 </dict>
  216.             </dict>
  217.             <key>EditFile</key>
  218.             <dict>
  219.                 <key>AppleEventCode</key>
  220.                 <string>EdFi</string>
  221.                 <key>CommandClass</key>
  222.                 <string>NSScriptCommand</string>
  223.                 <key>Arguments</key>
  224.                 <dict>
  225.                     <key>Path</key>
  226.                     <dict>
  227.                         <key>AppleEventCode</key>
  228.                         <string>PaTh</string>
  229.                         <key>Type</key>
  230.                         <string>NSString</string>
  231.                     </dict>
  232.                 </dict>
  233.             </dict>
  234.             <key>DeleteFile</key>
  235.             <dict>
  236.                 <key>AppleEventClassCode</key>
  237.                 <string>core</string>
  238.                 <key>AppleEventCode</key>
  239.                 <string>delo</string>
  240.                 <key>CommandClass</key>
  241.                 <string>NSScriptCommand</string>
  242.                 <key>Arguments</key>
  243.                 <dict>
  244.                     <key>Path</key>
  245.                     <dict>
  246.                         <key>AppleEventCode</key>
  247.                         <string>PaTh</string>
  248.                         <key>Type</key>
  249.                         <string>NSString</string>
  250.                     </dict>
  251.                 </dict>
  252.             </dict>
  253.             <key>Download</key>
  254.             <dict>
  255.                 <key>AppleEventCode</key>
  256.                 <string>DoAd</string>
  257.                 <key>CommandClass</key>
  258.                 <string>NSScriptCommand</string>
  259.                 <key>Arguments</key>
  260.                 <dict>
  261.                     <key>Path</key>
  262.                     <dict>
  263.                         <key>AppleEventCode</key>
  264.                         <string>PaTh</string>
  265.                         <key>Type</key>
  266.                         <string>NSString</string>
  267.                     </dict>
  268.                     <key>Local</key>
  269.                     <dict>
  270.                         <key>AppleEventCode</key>
  271.                         <string>LoAl</string>
  272.                         <key>Optional</key>
  273.                         <string>Yes</string>
  274.                         <key>Type</key>
  275.                         <string>NSString</string>
  276.                     </dict>
  277.                     <key>Name</key>
  278.                     <dict>
  279.                         <key>AppleEventCode</key>
  280.                         <string>NaMe</string>
  281.                         <key>Optional</key>
  282.                         <string>Yes</string>
  283.                         <key>Type</key>
  284.                         <string>NSString</string>
  285.                     </dict>
  286.                 </dict>
  287.             </dict>
  288.             <key>Upload</key>
  289.             <dict>
  290.                 <key>AppleEventCode</key>
  291.                 <string>UpAd</string>
  292.                 <key>CommandClass</key>
  293.                 <string>NSScriptCommand</string>
  294.                 <key>Arguments</key>
  295.                 <dict>
  296.                     <key>Path</key>
  297.                     <dict>
  298.                         <key>AppleEventCode</key>
  299.                         <string>PaTh</string>
  300.                         <key>Type</key>
  301.                         <string>NSString</string>
  302.                     </dict>
  303.                     <key>Remote</key>
  304.                     <dict>
  305.                         <key>AppleEventCode</key>
  306.                         <string>ReTe</string>
  307.                         <key>Optional</key>
  308.                         <string>Yes</string>
  309.                         <key>Type</key>
  310.                         <string>NSString</string>
  311.                     </dict>
  312.                     <key>Name</key>
  313.                     <dict>
  314.                         <key>AppleEventCode</key>
  315.                         <string>NaMe</string>
  316.                         <key>Optional</key>
  317.                         <string>Yes</string>
  318.                         <key>Type</key>
  319.                         <string>NSString</string>
  320.                     </dict>
  321.                 </dict>
  322.             </dict>
  323.             <key>Sync</key>
  324.             <dict>
  325.                 <key>AppleEventCode</key>
  326.                 <string>SyNc</string>
  327.                 <key>CommandClass</key>
  328.                 <string>NSScriptCommand</string>
  329.                 <key>Arguments</key>
  330.                 <dict>
  331.                     <key>Path</key>
  332.                     <dict>
  333.                         <key>AppleEventCode</key>
  334.                         <string>PaTh</string>
  335.                         <key>Type</key>
  336.                         <string>NSString</string>
  337.                     </dict>
  338.                     <key>Local</key>
  339.                     <dict>
  340.                         <key>AppleEventCode</key>
  341.                         <string>LoAl</string>
  342.                         <key>Type</key>
  343.                         <string>NSString</string>
  344.                     </dict>
  345.                 </dict>
  346.             </dict>
  347.             <key>Refresh</key>
  348.             <dict>
  349.                 <key>AppleEventCode</key>
  350.                 <string>ReSh</string>
  351.                 <key>CommandClass</key>
  352.                 <string>NSScriptCommand</string>
  353.             </dict>
  354.             <key>Exists</key>
  355.             <dict>
  356.                 <key>AppleEventClassCode</key>
  357.                 <string>core</string>
  358.                 <key>AppleEventCode</key>
  359.                 <string>doex</string>
  360.                 <key>CommandClass</key>
  361.                 <string>NSScriptCommand</string>
  362.                 <key>ResultAppleEventCode</key>
  363.                 <string>bool</string>
  364.                 <key>Type</key>
  365.                 <string>NSNumber<Bool></string>
  366.                 <key>Arguments</key>
  367.                 <dict>
  368.                     <key>Path</key>
  369.                     <dict>
  370.                         <key>AppleEventCode</key>
  371.                         <string>PaTh</string>
  372.                         <key>Type</key>
  373.                         <string>NSString</string>
  374.                     </dict>
  375.                 </dict>
  376.             </dict>
  377.             <key>Goto</key>
  378.             <dict>
  379.                 <key>AppleEventCode</key>
  380.                 <string>GoTo</string>
  381.                 <key>CommandClass</key>
  382.                 <string>NSScriptCommand</string>
  383.                 <key>Arguments</key>
  384.                 <dict>
  385.                     <key>Path</key>
  386.                     <dict>
  387.                         <key>AppleEventCode</key>
  388.                         <string>PaTh</string>
  389.                         <key>Type</key>
  390.                         <string>NSString</string>
  391.                     </dict>
  392.                 </dict>
  393.             </dict>
  394.             <key>List</key>
  395.             <dict>
  396.                 <key>AppleEventCode</key>
  397.                 <string>DirL</string>
  398.                 <key>CommandClass</key>
  399.                 <string>NSScriptCommand</string>
  400.                 <key>Arguments</key>
  401.                 <dict>
  402.                     <key>Path</key>
  403.                     <dict>
  404.                         <key>AppleEventCode</key>
  405.                         <string>PaTh</string>
  406.                         <key>Type</key>
  407.                         <string>NSString</string>
  408.                     </dict>
  409.                 </dict>
  410.                 <key>ResultAppleEventCode</key>
  411.                 <string>list</string>
  412.                 <key>Type</key>
  413.                 <string>NSArray</string>
  414.             </dict>
  415.             <key>GetURL</key>
  416.             <dict>
  417.                 <key>AppleEventClassCode</key>
  418.                 <string>GURL</string>
  419.                 <key>AppleEventCode</key>
  420.                 <string>GURL</string>
  421.                 <key>CommandClass</key>
  422.                 <string>ch.cyberduck.ui.cocoa.CDApplescriptabilityController</string>
  423.             </dict>
  424.             <key>OpenURL</key>
  425.             <dict>
  426.                 <key>AppleEventClassCode</key>
  427.                 <string>WWW!</string>
  428.                 <key>AppleEventCode</key>
  429.                 <string>OURL</string>
  430.                 <key>CommandClass</key>
  431.                 <string>ch.cyberduck.ui.cocoa.CDApplescriptabilityController</string>
  432.             </dict>
  433.         </dict>
  434.         <key>Enumerations</key>
  435.         <dict>
  436.             <key>Protocols</key>
  437.             <dict>
  438.                 <key>AppleEventCode</key>
  439.                 <string>PrCl</string>
  440.                 <key>Enumerators</key>
  441.                 <dict>
  442.                     <key>ftp </key>
  443.                     <string>ftp </string>
  444.                     <key>ftps</key>
  445.                     <string>ftps</string>
  446.                     <key>sftp</key>
  447.                     <string>sftp</string>
  448.                 </dict>
  449.             </dict>
  450.         </dict>
  451.     </dict>
  452. </plist>
  453.